A component for React InstantSearch. to provide search parameters to Algolia.
<Configure>
component lets you provide raw search parameters to the Algolia API without rendering anything.
Any props you pass to this component are forwarded to Algolia.
<Configure> component, use the
useConfigure` Hook.
Hooks provide APIs to access the component state and interact with InstantSearch.
The useConfigure()
Hook accepts parameters and returns APIs.
Create your React component
Render the widget
refine
function that you can use to replace the provided search parameters with new ones.useCallback()
).
Objects and arrays are memoized: you don’t need to stabilize them.